From: Michael Natterer Date: Mon, 21 Jul 2008 12:23:22 +0000 (+0000) Subject: remove redundant include. X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31608 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=affea672d2d450b6ad5b5435356458080e14d7be;p=gtk4.git remove redundant include. 2008-07-21 Michael Natterer * gtk/gtkuimanager.c: remove redundant include. svn path=/trunk/; revision=20878 --- diff --git a/ChangeLog b/ChangeLog index 159256d31d..a6a50df136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-21 Michael Natterer + + * gtk/gtkuimanager.c: remove redundant include. + 2008-07-21 Michael Natterer * gtk/gtkbindings.[ch]: remove _gtk_binding_signal_new(). diff --git a/gtk/gtkuimanager.c b/gtk/gtkuimanager.c index 33c71efbc6..2542115d67 100644 --- a/gtk/gtkuimanager.c +++ b/gtk/gtkuimanager.c @@ -25,7 +25,7 @@ * Modified by the GTK+ Team and others 2003. See the AUTHORS * file for a list of people on the GTK+ Team. See the ChangeLog * files for a list of changes. These files are distributed with - * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ #include "config.h" @@ -36,7 +36,6 @@ #include "gtkmarshalers.h" #include "gtkmenu.h" #include "gtkmenubar.h" -#include "gtkmenushell.h" #include "gtkmenutoolbutton.h" #include "gtkseparatormenuitem.h" #include "gtkseparatortoolitem.h" @@ -49,7 +48,7 @@ #undef DEBUG_UI_MANAGER -typedef enum +typedef enum { NODE_TYPE_UNDECIDED, NODE_TYPE_ROOT,